Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add output collectors to support output described in the draft 2020-12 #128

Merged
merged 35 commits into from
Jun 12, 2024

Conversation

OptimumCode
Copy link
Owner

Resolves #119

@OptimumCode OptimumCode added enhancement New feature or request ABI breaking changes that break binary compatibility (does not mean they break API) API breaking changes that break API compatibility labels Jun 9, 2024
Copy link

codecov bot commented Jun 9, 2024

Codecov Report

Attention: Patch coverage is 96.33740% with 33 lines in your changes missing coverage. Please review.

Project coverage is 90.76%. Comparing base (7207c36) to head (ba87c05).

Files Patch % Lines
.../github/optimumcode/json/schema/OutputCollector.kt 94.44% 4 Missing and 8 partials ⚠️
...github/optimumcode/json/schema/ValidationOutput.kt 70.27% 2 Missing and 9 partials ⚠️
...mumcode/json/schema/internal/RefSchemaAssertion.kt 86.66% 0 Missing and 2 partials ⚠️
...s/object/ConditionalRequiredPropertiesAssertion.kt 86.66% 1 Missing and 1 partial ⚠️
...n/io/github/optimumcode/json/pointer/extensions.kt 91.66% 0 Missing and 1 partial ⚠️
...github/optimumcode/json/schema/AbsoluteLocation.kt 95.00% 0 Missing and 1 partial ⚠️
...ernal/factories/array/UnevaluatedItemsAssertion.kt 95.83% 1 Missing ⚠️
...nal/factories/array/UniqueItemsAssertionFactory.kt 96.15% 0 Missing and 1 partial ⚠️
...chema/internal/factories/string/LengthAssertion.kt 92.30% 0 Missing and 1 partial ⚠️
...ternal/factories/string/PatternAssertionFactory.kt 91.66% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #128      +/-   ##
==========================================
+ Coverage   90.32%   90.76%   +0.44%     
==========================================
  Files         120      124       +4     
  Lines        3203     3637     +434     
  Branches      955     1023      +68     
==========================================
+ Hits         2893     3301     +408     
- Misses         50       56       +6     
- Partials      260      280      +20     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@OptimumCode OptimumCode marked this pull request as ready for review June 12, 2024 10:33
@OptimumCode OptimumCode merged commit 4f2e808 into main Jun 12, 2024
10 checks passed
@OptimumCode OptimumCode deleted the issue_#119 branch June 12, 2024 14:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ABI breaking changes that break binary compatibility (does not mean they break API) API breaking changes that break API compatibility enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Enhancement: implement output formats described in JSON schema draft 2020-12
1 participant